UCF STIG Viewer Logo

The telnet-server package must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-88495 VROM-SL-000455 SV-99145r1_rule Medium
Description
Removing the "telnet-server" package decreases the risk of the unencrypted telnet service's accidental (or intentional) activation.
STIG Date
VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide 2018-10-11

Details

Check Text ( C-88187r1_chk )
Check if "telnet-server" package is installed:

# rpm -q telnet-server

If there is a "telnet-server" package listed, this is a finding.
Fix Text (F-95237r1_fix)
To remove the "telnet-server" package use the following command:

rpm -e telnet-server